![]() |
SetPt |
||||
Header: | Quickdraw.h | Carbon status: | Supported | |
Assigns two coordinates to a point.
void SetPt ( Point *pt, SInt16 h, SInt16 v );
A pointer to the point to be given new coordinates. On return, this point is assigned the horizontal coordinate you specify in the h parameter and the vertical coordinate you specify in the v parameter.
The horizontal value of the new coordinates.
The vertical value of the new coordinates.
The SetPt procedure assigns the horizontal coordinate specified in the h parameter and the vertical coordinate specified in the v parameter to the point returned in the pt parameter.
Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)